home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / 0558.ZIP / VERBCK.DOC < prev   
Text File  |  1986-12-23  |  8KB  |  199 lines

  1.  
  2.  
  3.     VerBack Documentation                               Public Domain Version
  4.  
  5.  
  6.     Introduction
  7.     ------------
  8.  
  9.     VerBack is a utility program which verifies that the DOS  Backup  command
  10.     functions  properly.   It  is  known  that  the  Backup  command does not
  11.     function properly in some DOS versions, and  undetected  I/O  errors  may
  12.     occur  when  writting  to  floppy  disks.   For these reasons ALL backups
  13.     should be verified to insure that no data is  lost  when  the  files  are
  14.     Restored.  
  15.  
  16.     VerBack verifies that:  
  17.     
  18.             o  All hard disk files are backed up on the floppies
  19.     
  20.             o  The data in all hard disk files is readable
  21.     
  22.             o  The data in all backup files is readable
  23.     
  24.             o  The data in the backup files exactly matches the data stored on
  25.                the hard disk
  26.     
  27.             o  All special files used by the Backup and Restore commands are
  28.                present on the backup floppies
  29.     
  30.     Versions
  31.     --------
  32.  
  33.     This  is  the  Public  Domain  version  of  VerBack.  It is available for
  34.     personal, non-commercial use free of  charge.   An  enhanced  version  of
  35.     VerBack  is  also  available  under the ShareWare concept.  The ShareWare
  36.     version includes the following additional features:  
  37.     
  38.             o  Sophisticated screen display including windows and color
  39.     
  40.             o  Program actions can be tailored using command line parameters
  41.     
  42.             o  Ability to verify a single file, single directory,
  43.                or selected directories
  44.     
  45.             o  Program results may be reviewed on a file-by-file basis
  46.     
  47.             o  Program results may be directed to a printer or disk file
  48.     
  49.             o  An installation procedure which allows the program to be
  50.                configured to your liking
  51.  
  52.     The enhanced version may be obtained by sending your name, address and  a
  53.     ShareWare contribution of twenty dollars to:  
  54.     
  55.                             TDS Software
  56.                             49 Townsend Drive
  57.                             Florham Park, N.J.  07932
  58.  
  59.     You  will receive a diskette containing the latest version of VerBack and
  60.     a printed manual by return mail.  You will also be insuring the continued 
  61.     support and improvement of this program.  
  62.  
  63.  
  64.     TDS Software               December 22, 1986                      Page  1
  65.  
  66.  
  67.  
  68.  
  69.     VerBack Documentation                               Public Domain Version
  70.  
  71.  
  72.     Running VerBack
  73.     ---------------
  74.  
  75.     To run VerBack simply type VERBACK on the DOS command line.  The  program
  76.     will sign on with the message 
  77.  
  78.                    VerBack V1.XPD- Verify DOS Backup
  79.  
  80.     You  will then be asked to supply the drive letter for your hard disk and
  81.     floppy disk.  You will see these two questions:  
  82.     
  83.                     Drive for Hard Disk [C:]?
  84.     
  85.                     Drive for Floppy Disk [A:]?
  86.  
  87.     In most computers the hard disk is drive C and the  floppy  is  drive  A.
  88.     VerBack  shows  these values in brackets and you can just press RETURN if
  89.     they are correct.  If the drive letters are different  on  your  computer
  90.     enter  the  correct  drive  letter  (VerBack  will  add  the colon if you
  91.     forget).  
  92.  
  93.     You will then see the message 
  94.     
  95.                     Reading Hard Disk Directory...
  96.     
  97.     while VerBack makes a list of the names of all files on your  hard  disk.
  98.     This  list  is  used to determine if any file is missing from the backup.
  99.     The actual verification process begins after the hard disk directory  has
  100.     read.  
  101.  
  102.     You  will be asked to place each backup disk in the diskette drive.  When
  103.     VerBack is ready to process the next backup disk the message 
  104.     
  105.             Mount backup disk #NN in drive X:, Press RETURN when ready
  106.     
  107.     will appear on the screen.  Place the the requested disk in the  diskette
  108.     drive  and  then  press RETURN.  VerBack will check to make sure that the
  109.     proper disk is being used.  If the disk is the wrong sequence  number  or
  110.     is  not  a disk created by the Backup command you will see an explanatory
  111.     message and will have an opportunity to mount the correct disk.  
  112.  
  113.     The name of each file will be displayed as it  is  being  processed.   If
  114.     VerBack  detects  any  problems  a message describing the problem will be
  115.     shown.  The message applies to the file on the line above.  For  example,
  116.     the messages 
  117.     
  118.                     Verifying A:IBMBIO.COM  and C:\IBMBIO.COM
  119.                     Verifying A:IBMDOS.COM  and C:\IBMDOS.COM
  120.                     Verifying A:COMMAND.COM and C:\COMMAND.COM
  121.                     *** Data in files does not match ***
  122.     
  123.     show  that  the  two  files  IBMBIO.COM and IBMDOS.COM have been verified
  124.     (because no message follows them) and that a problem has been found  with
  125.     the COMMAND.COM file.  The data in the file on the hard disk is different 
  126.     than  the  data  in the backup file.  This means that the backup set does
  127.     not correspond to this hard disk or that an I/O error occured during  the
  128.  
  129.  
  130.     TDS Software               December 22, 1986                      Page  2
  131.  
  132.  
  133.  
  134.  
  135.     VerBack Documentation                               Public Domain Version
  136.  
  137.  
  138.     Backup  command.   In either case the file would not be Restored properly
  139.     and another Backup should be taken (and verfied).  
  140.  
  141.     After all floppies have been processed VerBack will show any files on the 
  142.     hard disk which did not appear on the backup floppies.  For example,  the
  143.     message 
  144.     
  145.                     Files omitted from backup:
  146.     
  147.                     C:\LETTERS\SALES.MEM
  148.     
  149.     shows  that  the  SALES.MEM  file  exists on the hard disk but not on the
  150.     backup.  This file would not be Restored and would be lost  if  the  hard
  151.     disk were erased or damaged.  
  152.  
  153.     If  there  were any other problems the following additional messages will
  154.     be shown:  
  155.     
  156.             There were NNN files on floppy disk missing from hard disk.
  157.     
  158.             There were NNN files on floppy disk which could not be processed.
  159.     
  160.             Files with data mismatch:      NNN
  161.             Files with I/O errors:         NNN
  162.     
  163.     If any of the above messages appear then the backup is not accurate.  You 
  164.     will see the message 
  165.     
  166.                     *** Backup Contains Errors ***
  167.     
  168.     which indicates that the backup is not valid and should be repeated.  
  169.  
  170.     Finally, a summary of the program activity will be  shown.   If  all  has
  171.     gone well the following information will be shown:  
  172.     
  173.                     Files on hard disk:            824
  174.                     Files successfully backed up:  824
  175.     
  176.                     --- Backup Verified ---
  177.     
  178.     This  indicates  that  all files on the hard disk have been backed up and
  179.     the floppies contain an exact duplicate of the hard  disk.   You  can  be
  180.     sure  that  your  hard  disk  will be completely recreated if you need to
  181.     Restore using these floppies.  
  182.  
  183.     Closing
  184.     -------
  185.     We hope that this program gives you peace of mind knowing that your  data
  186.     is safely backed up.  
  187.  
  188.     Please  let  us  know  if  you have any comments or suggestions about how
  189.     VerBack can be improved.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.     TDS Software               December 22, 1986                      Page  3
  197.  
  198.  
  199.